MindFusion.Wpf Pack Programmer's Guide
ICanvas.ClipExclude Method (IList(Point))
See Also
 





Excludes the specified area from the current clip region.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

void ClipExclude (
    IList<Point> points
)

Visual Basic  Copy Code

Sub ClipExclude( _
    points As IList(Of Point) _
)

 Parameters

points

A list of points specifying the area to exclude.

 See Also

ClipExclude Method Overload List
ICanvas Members
ICanvas Interface
MindFusion.Mapping Namespace